home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 912 b | 23 lines | [TEXT/ScoM] |
- NOERGAARD-INFINITY SERIES VARIANTS
-
- I'm glad to see that noergaard-infinity-series is being used.
- I have a couple of variants that I will include in cadar later.
- Have to finish a string-quartet ,and don't have any time for that now.
- I found a stupid error in syms-to-ton when using symbols
- that I will correct when I get the time.
- Pleace let me know if anyone finds bugs!!!
-
- (mapcar #'(lambda (x y) (noergaard-infinity-series x y))
- (list-a-scale 8 17) (symbol-divide 2 nil nil
- (noergaard-infinity-series 34 '(a b))))
-
- (let ((material (noergaard-infinity-series 8 '(a b))) (lengths (list-a-scale
- 2 4)) (seed nil) (result '()))
- (init-rnd seed)
- (dotimes (iter 21)
- (push (noergaard-infinity-series (+ (pick-random lengths)
- (get-random 2 8))
- (pick-random-n (pick-random lengths)
- material)) result))
- (nreverse result))
-